Inheritance diagram for Exponent::GUI::Controls::CAreaBox:

Definition at line 32 of file CAreaBox.hpp.
| Exponent::GUI::Controls::CAreaBox::CAreaBox | ( | IControlRoot * | root, | |
| const CRect & | area | |||
| ) |
Construction
| root | The root control that this control is being added to | |
| area | The area of this control relative to the root controls top left |
| virtual Exponent::GUI::Controls::CAreaBox::~CAreaBox | ( | ) | [virtual] |
Destruction
| virtual void Exponent::GUI::Controls::CAreaBox::drawControl | ( | CGraphics & | graphics | ) | [virtual] |
Draw the control
| graphics | The graphics context |
Reimplemented from Exponent::GUI::Controls::CControl.